home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / shell / pipe-1.5.lha / pipe / Pipe.readme < prev    next >
Encoding:
Text File  |  1995-01-12  |  1.2 KB  |  36 lines

  1. Short: WORKING pipe frontend for AmigaShell
  2. Type: util/shell
  3. Author: Osma Ahvenlampi <Osma.Ahvenlampi@hut.fi>
  4. Uploader: Osma Ahvenlampi <Osma.Ahvenlampi@hut.fi>
  5.  
  6. This is a PIPE: frontend for AmigaShell, taking advantage of an
  7. undocumented feature in it since OS version 2.04.
  8.  
  9. Pipe processes a command line of the form "cmd1 | cmd2 [| cmd3 [...]]" and
  10. creates a pipeline with the output of one command as the input of the
  11. next. A simple usage example is "List SYS: | More".
  12.  
  13. This is the second released version of Pipe. Changes since version 1.4:
  14.  - input/output redirection works, ie. 
  15.    ilbmtoppm <foo.iff | pnmscale -xysize 320 200 | ppmtogif >foo.gif
  16.    will work.
  17.  - silly mistake with not recognising IN: or OUT: in the end of command
  18.    line fixed.
  19.  
  20. Feature list:
  21.  - _pchar for normal piping
  22.  - _mchar for output catenation
  23.  - IN: and OUT: pseudofiles to fix those broken programs that can't read
  24.    stdin.
  25.  - works with AmigaDOS scripts
  26.  - works with badly formed command lines
  27.  - small, pure, residentable
  28.  - tested on OS 3.1
  29.  
  30. Install by copying to a directory in Shell search path and adding commands
  31.  Set _pchar "|"
  32.  Set _mchar "||"
  33. to S:Shell-Startup.
  34.  
  35. Pipe is GIFTWARE.
  36.